home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Audio
/
FrontEnd
/
Source
/
GNULicense.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-04-01
|
225 b
|
17 lines
// Note: the interface to this object is NOT copyrighted, but the
// implementation is.
#import <objc/Object.h>
@interface GNULicense:Object
{
id gnuPanel;
}
+ new;
- showLicense:sender;
- setGnuPanel:anObject;
@end